home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 21 / CD-Rom now n.21.iso / lu / ripdemo.exe / SUEDEMO.BAT < prev    next >
DOS Batch File  |  1995-10-31  |  411b  |  16 lines

  1. @echo off
  2. REM  Batch file to run SUE demo.
  3.  
  4. if not exist video.flc goto error_noflic
  5. flcplay audio.raw video.flc -m:8,11025,E015,0220,7,1 -q
  6. goto done
  7.  
  8. :error_noflic
  9. echo A couple of problems:
  10. echo 1)  You shouldn't be running this batch file.  Type DEMO [ENTER]
  11. echo     to run the demo.
  12. echo 2)  The install type you selected did not include the "overview"
  13. echo     that this file runs.
  14.  
  15. :done
  16.